*** empty log message ***
authorAndrew Innes <andrewi@gnu.org>
Mon, 12 Feb 2001 14:50:08 +0000 (14:50 +0000)
committerAndrew Innes <andrewi@gnu.org>
Mon, 12 Feb 2001 14:50:08 +0000 (14:50 +0000)
src/ChangeLog

index c8fe9acd1b740ecadd0a3a43692f0582f8535808..d0217b2e9758d0ab284bb8d53a6fd8cac0aadc5d 100644 (file)
@@ -1,3 +1,22 @@
+2001-02-12  Andrew Innes  <andrewi@gnu.org>
+
+       The following changes are to draw box lines inside characters area
+       if line-width is negative.
+       
+       * w32term.c (x_produce_image_glyph): Pay attention to the case that
+       face->box_line_width is negative.
+       (x_produce_stretch_glyph): Likewise.
+       (x_produce_glyphs): Likewise.
+       (x_estimate_mode_line_height): Likewise.
+       (x_draw_glyph_string_background): Likewise.
+       (x_draw_glyph_string_foreground): Likewise.
+       (x_draw_composite_glyph_string_foreground): Likewise.
+       (x_draw_glyph_string_box): Likewise.
+       (x_draw_image_foreground): Likewise.
+       (x_draw_image_relief): Likewise.
+       (x_draw_image_foreground_1): Likewise.
+       (x_draw_image_glyph_string): Likewise.
+
 2001-02-09  Kenichi Handa  <handa@etl.go.jp>
 
        The following changes are to draw box lines inside characters area